home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / irssi / help / rawlog < prev    next >
Text File  |  2006-05-02  |  583b  |  18 lines

  1.  
  2. RAWLOG SAVE %|<file>
  3. RAWLOG OPEN %|<file>
  4. RAWLOG CLOSE
  5.  
  6. All data that is received or sent to server is kept in a raw log buffer for a while. Also event redirections are kept there. This is very useful for debugging purposes.
  7.  
  8. /RAWLOG SAVE <filename> - Save the current raw log buffer to file 
  9.  
  10. /RAWLOG OPEN <filename> - Like /RAWLOG SAVE, but keep the log file
  11.                           open and write all new log to it.
  12.  
  13. /RAWLOG CLOSE - Close the open raw log
  14.         
  15. /SET rawlog_lines <count> - Specify the number of raw log lines to
  16.                             keep in memory.
  17.  
  18.